home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
hamradio
/
tnos-2.000
/
tnos-2
/
osk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-05
|
739b
|
41 lines
#ifndef _TNOS_68K_H
#define _TNOS_68K_H
#ifndef TNOS
#define TNOS
#endif
#define _TYPES2_ 1
extern char sys_errlist[];
#include <errno.h>
#include <ctype.h>
#include <sys/types.h>
#undef LARGEDATA
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#define FA_DIREC 0x80
#define _IOFBF 0
#define const
#define volatile
#define huge
#define _SS 1
#define _SP 1
#define _DS 1
#define _DI 1
#define stdaux stderr
#define stdprn stderr
#define filelength _gs_size
#define O_BINARY 0
#define O_RDONLY 1
#define P_WAIT 0
#define fclose _fclose
extern unsigned _stklen;
#define MSPTICK 20
#define _stklen ((unsigned) 8192)
void clrscr(), free();
char *malloc();
char *strchr(), *strrchr(), *strstr(), *strpbrk();
#endif /* _TNOS_68K_H */